A:hover {
  color: red;
}

UL.gs {
  list-style-image: url(images/gs10.gif);
}

UL LI.gs {
  list-style-image: url(images/gs15.gif);
}

TD {
  font-family: Arial, Verdana, sans-serif;
}

H1 {
  font-size: 26px;
  font-family: Arial, Dauphin, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background-color: #FDF5E6;
  color: #A52A2A;
  padding: 1px;
  width: 95%;
  border: 3px solid #D2691E;
}

H2 {
  font-size: 22px;
  font-family: Arial, Dauphin, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background-color: #FDF5E6;
  color: #A52A2A;
  padding: 1px;
  width: 95%;
  border: 3px solid #D2691E;
}

H3 {
  font-size: 18px;
  font-family: Arial, Dauphin, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background-color: #FDF5E6;
  color: #A52A2A;
  padding: 1px;
  width: 95%;
  border: 3px solid #D2691E;
}

H4 {
  font-size: 15px;
  font-family: Arial, Dauphin, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  background-color: #FDF5E6;
  color: #A52A2A;
  padding: 1px;
  width: 95%;
  border: 3px solid #D2691E;
}
 

HR {
  color: #F5DEB3;
}

BODY {
  width: 1000px;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background-color: #F0FFFF;
}

pre {
  max-width: 888px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: "IBM Plex Mono", "Courier Prime", "Consolas", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.5;
  white-space: pre-wrap;  /* Allows wrapping on long lines */
}

/* Optional utility classes for smaller fonts — use when needed */
.small-text {
  font-size: 0.85em;
}

.smaller-text {
  font-size: 0.60em;
}